-- card: 15923 from stack: in -- bmap block id: 16169 -- flags: 0000 -- background id: 2601 -- name: -- part 1 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=196 top=112 right=192 bottom=330 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: See Ans ----- HyperTalk script ----- on mouseup global flag if flag = 0 then hide card field "See Ans" wait 2 seconds show card field "See Ans" else put zero into flag put"Click Here" into line 1 of card field "See Ans" put"to" into line 2 of card field "See Ans" put"See Answer" into line 3 of card field "See Ans" show card field "See sol" end if end mouseup -- part 2 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=90 top=204 right=324 bottom=479 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 24 -- style flags: 0 -- line height: 32 -- part name: See Sol ----- HyperTalk script ----- on mouseup global flag put 1 into flag hide card field "See Sol" put empty into card field "See Ans" put"Click Here" into line 1 of card field "See Ans" put"to" into line 2 of card field "See Ans" put"Hide Solution" into line 3 of card field "See Ans" show card field "See Ans" end mouseup -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=427 top=102 right=136 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Menu ----- HyperTalk script ----- on mouseUp global flag put 1 into flag send mouseup to card field "see Ans" go to card menu end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8002 -- rect: left=5 top=286 right=331 bottom=86 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: MolarMass ----- HyperTalk script ----- on mouseUp hide card button "MolarMass" wait 1 seconds Show card button "MolarMass" end mouseUp -- part contents for card part 2 ----- text ----- Click Here to See Solution -- part contents for card part 1 ----- text ----- Click Here to See Answer